object frmDialog: TfrmDialog Left = 249 Top = 120 BorderStyle = bsDialog Caption = 'FTP Dialog' ClientHeight = 338 ClientWidth = 451 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 0 Width = 451 Height = 338 ActivePage = TabSheet1 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Left Dialog' object ListBox1: TListBox Left = 8 Top = 8 Width = 425 Height = 292 ItemHeight = 13 Items.Strings = ( '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-') TabOrder = 0 end end object TabSheet2: TTabSheet Caption = 'Right Dialog' object ListBox2: TListBox Left = 8 Top = 8 Width = 425 Height = 292 ItemHeight = 13 Items.Strings = ( '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-') TabOrder = 0 end end end end